Learn R Programming

easyRNASeq (version 2.8.2)

RnaSeqParam class: Class "RnaSeqParam"

Description

A class holding all the necessary parameters to process a bam file issued from an RNA-Seq experiment together with the related annotation to compute a count-table using the simpleRNASeq function. The precision slot is used to determine the count unit:
  • reads
{default. The standard GenomicAlignments summarizeOverlaps function is used to extract the read counts} bp{The easyRNASeq summarization functions are used to extract the read covered bp counts}

Arguments

Objects from the Class

Objects can be created by calls of the form new("RnaSeqParam", ...) or using the RnaSeqParam constructor.

See Also

Examples

Run this code
showClass("RnaSeqParam")

Run the code above in your browser using DataLab